home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Risc World 5
/
Risc World 5.iso
/
SOFTWARE
/
Issue5
/
PD
/
FLOWER
/
FLOWERBOX
/
!FlowerBox
/
!Run
next >
Wrap
Text File
|
2005-01-05
|
618b
|
19 lines
| Ensure Tinct is loaded
RMEnsure Tinct 0.09 IfThere System:Modules.Tinct Then RMLoad System:Modules.Tinct
RMEnsure Tinct 0.09 Error FlowerBox requires Tinct 0.09 or later. This can be downloaded from http://www.tinct.net
| Set the resolution and memory requirements
Run <Obey$Dir>.SetRes
Set Alias$FlowerBox_Memory "WimpSlot -min <FlowerBox$Memory> -max <FlowerBox$Memory>"
| Run the screensaver
Set ScrSaver$Running Yes
Set BlankTask$Dir <Obey$Dir>
FlowerBox_Memory
Run <BlankTask$Dir>.<FlowerBox$Resolution> %*0
| Free our variables
UnSet Alias$FlowerBox_Memory
UnSet FlowerBox$Resolution
UnSet FlowerBox$Memory